@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Modak&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500&display=swap');

/* General Styling */
body {
    font-family: 'Poppins' oswald, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-transform: 0;
    background: #fff;
}
html{
    scroll-behavior: smooth;
}

:root {
    --primary: #336600;
    --secondary: #99cc66;
    --light: #f5f5f5;
    --dark: #333333;
    --yellow: #ffcc33;
    --orange: #ff9900;
    --grem: #907c46;
}
/*============================botom de scroll*/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 1000;
}
.scroll-to-top:hover {
    background-color: #0056b3;
}
.scroll-to-top i {
    font-size: 24px;
}
/* Navbar Styling-2025 */
.navbar-custom {
    background-color: var(--primary);
    padding: 1rem 2rem;
}

.navbar-custom .navbar-brand span{
    font-family: 'oswald', cursive;
    font-size: 1.5rem;
    color: var(--light);
}

.navbar-custom .navbar-brand img {
    height: 40px;
    margin-right: 15px;
}

.navbar-custom .navbar-nav .nav-link {
    color: var(--light);
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
    font-weight: 500;
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: var(--yellow);
}

.navbar-custom .navbar-nav .dropdown-menu {
    background-color: var(--primary);
    border: none;
}

.navbar-custom .navbar-nav .dropdown-item {
    color: var(--light);
    transition: color 0.3s;
}

.navbar-custom .navbar-nav .dropdown-item:hover {
    color: var(--yellow);
}

.navbar-toggler {
    border: none;
    color: var(--light);
}

@media (max-width: 991px) {
    .navbar-custom {
        padding: 1rem;
    }

    .navbar-custom .navbar-nav .nav-link {
        padding: 0.5rem;
    }
}




/*hero portada prencipal*/
.additional-section {
    height: 66vh;
    width: 100%;
    position: relative;
    background-image: url('/img/21.Portada-ayahuasca-1.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
@media (width: 500px) {
    .additional-section{
        height: 100vh;
    }
}

.additional-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.additional-section .overlay .text-white {
    color: #ffffff;
}

.additional-section .overlay .text-white h1 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0 15px;
}

.additional-section .overlay .text-white p {
    font-size: 1.25rem;
    margin: 0.5rem 0 0;
    padding: 0 15px;
}

/* Barra Section */
#barra-section {
    position: relative;
    z-index: 1;
    width: 90%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--light);
    width: 100%;
}

.content-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--light);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    width: 70%;
    top: -50px;
    height: 90px;
}

.btnvideo {
    font-size: 2rem;
    padding: 1.5rem;
    width: 80px;
    height: 80px;
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.play-video-btn:hover {
    background-color: var(--yellow);
    transform: scale(0.9);
}

.icon-text-section {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    align-items: center;
}

.icon-text-section .card {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid var(--primary);
    border-radius: 0.2rem;
    background-color: var(--light);
    height: 80px;
}

.icon-text-section .card i {
    font-size: 1.5rem;
    color: var(--primary);
}

.icon-text-section .card h5 {
    margin: 0;
    font-size: 1rem;
}

.icon-text-section .card span {
    font-size: 0.6rem;
    color: var(--dark);
}

.print-brochure-btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

@media (max-width: 1024px) {
    #barra-section {
        position: relative;
        top: -50px;
        height: 250px;
    }

    .content-bar {
        position: relative;
        gap: 0.75rem;
        display: flex;
        flex-wrap: wrap;
        height: 250px;
    }

    .btnvideo {
        font-size: 1.5rem;
        padding: 1rem;
        background-color: var(--primary);
    }

    .icon-text-section {
        gap: 0.5rem;
    }

    .icon-text-section .card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon-text-section .card i {
        font-size: 1.25rem;
    }

    .icon-text-section .card h5 {
        font-size: 1.25rem;
    }

    .icon-text-section .card span {
        font-size: 1rem;
    }

    .print-brochure-btn {
        font-size: 1rem;
        padding: 0.75rem;
    }
}

@media (max-width: 1070px) {
    #barra-section {
        display: none;
    }
}


/* Pricing and Reservation Section */
.precio01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light);
    padding: 15px;
    margin: 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contect1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light);
    padding: 0;
    margin: 0;
    border-radius: 0.5rem;
    width: 100%;
}

.columna1, .columna2, .columna3 {
    flex: 1;
    margin: 0.5rem;
    text-align: center;
}

.campodatos, .campowhatsapp, .campoonline {
    color: #333333;
    padding: 1rem;
    border-radius: 0.5rem;
}

.campotex {
    display: inline-block;
}

.campodatos .desde, .campodatos .porpersona, .campodatos .USD, .texto, .texto1, .fw-bold {
    color: #333333;
}

.numeroprecio {
    color: #333333;
    font-size: 2rem;
    font-weight: 700;
    font-family:'oswald', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
}

.campowhatsapp .campocirculo {
    background-color: var(--primary);
}

.campowhatsapp .btnonline, .campoonline .btnonline {
    background-color: var(--primary);
    color: var(--light);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.campowhatsapp .btnonline:hover, .campoonline .btnonline:hover {
    background-color: var(--yellow);
    color: var(--dark);
}

@media (max-width: 768px) {
    .precio01 {
        flex-direction: column;
        padding: 1rem;
    }

    .columna1, .columna2, .columna3 {
        width: 100%;
        margin: 0.5rem 0;
    }
}

/* Ayahuasca Section */
.container {
    padding: 15px 0;
    background-color: var(--light);
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 1366px;
}
.subayahusca{
    display: flex;
}
.subayahusca .contec1 {
    width: 75%;
}
.subayahusca .contec2{
    width: 25%;
} 
.container h1, .container h2, .container h3 {
    color: var(--primary);
    margin-bottom: 1rem;
}

.container h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.container h3 {
    font-size: 1.25rem;
    font-weight: bold;
}

.container p, .container ul, .container ol {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--dark);
    margin-bottom: 1.5rem;
}

.container ul, .container ol {
    padding-left: 1.5rem;
}

.container ul li, .container ol li {
    margin-bottom: 0.5rem;
}

.container .text-center {
    text-align: center;
}

.container .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
    .container h1 {
        font-size: 1.75rem;
    }

    .container h2 {
        font-size: 1.25rem;
    }

    .container h3 {
        font-size: 1.1rem;
    }

    .container p, .container ul, .container ol {
        font-size: 0.875rem;
    }

    .container ul, .container ol {
        padding-left: 1rem;
    }
}

/* Audio Button Styling */
audio {
    width: 70%;
    margin: 1rem auto;
    display: block;
    border-radius: 0.5rem;
    color: var(--light);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    animation: halo 2s infinite;
}

audio:hover {
    background-color: var(--yellow);
    transform: scale(1.01);
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider {
    background-color: var(--light);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

audio::-webkit-media-controls-play-button:hover,
audio::-webkit-media-controls-volume-slider:hover {
    background-color: var(--yellow);
}

@keyframes halo {
    0% {
        box-shadow: 0 0 6px var(--primary);
    }
    25% {
        box-shadow: 0 0 6px var(--yellow);
    }
    50% {
        box-shadow: 0 0 10px var(--orange);
    }
    75% {
        box-shadow: 0 0 6px var(--yellow);
    }
    100% {
        box-shadow: 0 0 6px var(--primary);
    }
}

/* Image Mask Effect */
.infographic img {
    mask-image: linear-gradient(#f2f2f2 70%, transparent);
}




/*sub-navbar botones*/


/* Two Column Layout */
.containermain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    margin: 0 auto;
    max-width: 1366px;
}

.izquierdo {
    flex: 4;
    background-color: var(--light);
}
.btnz {
    border: none;
    border-bottom: 1px solid var(--dark);
    color: var(--primary);
    background: transparent;
    cursor: pointer;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.btnz span {
    font-size: 1.5rem;
}

.btnz:hover {
    color: var(--yellow);
    border-bottom-color: var(--yellow);
}

.contbtn i {
    color: var(--primary);
    transition: color 0.3s ease;
    font-size: 1.5rem;
}

.contbtn i:hover {
    color: var(--yellow);
}
/* Two Column Layout with Images and Text */
/* Galería de Imágenes */
.fotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0;
}

.col1, .col2 {
    flex: 1;
    margin: 0.5rem;
}

.col1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

.col2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rowfoto2 {
    flex: 1;
    margin-bottom: 0.5rem;
}

.rowfoto2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

.rowfoto3 {
    display: flex;
    justify-content: space-between;
}

.ing1 {
    flex: 1;
    margin: 0.5rem;
}

.ing1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

.fotos img:hover {
    transform: scale(0.95);
    background-color: #00000086;
}

@media (max-width: 768px) {
    .fotos {
        flex-direction: column;
    }

    .col1, .col2, .ing1 {
        margin: 0.5rem 0;
    }

    .rowfoto3 {
        flex-direction: column;
    }
}
/* Contact Form Styling */
.containercontact {
    padding: 2rem;
    background-color: var(--light);
    border-radius: 0.5rem;
    margin: 2rem 0;
}

.containercontact h3 {
    font-size: 1.75rem;
    color: var(--primary);
    margin-bottom: 1rem;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form fieldset {
    border: 1px solid var(--primary);
    border-radius: 0.5rem;
    padding: 1rem;
}

.contact-form legend {
    font-size: 1.25rem;
    color: var(--primary);
    padding: 0 0.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 1rem;
    color: var(--dark);
}

.form-control {
    padding: 0.75rem;
    border: 1px solid var(--primary);
    border-radius: 0.25rem;
    font-size: 1rem;
    color: var(--dark);
}

.form-control::placeholder {
    color: var(--secondary);
}

.btnsumit {
    background-color: var(--primary);
    color: var(--light);
    border: none;
    border-radius: 0.25rem;
    padding: 0.75rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: block;
    margin: 2rem auto;
    text-align: center;
}

.btnsumit:hover {
    background-color: var(--yellow);
    color: var(--dark);
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .containercontact {
        padding: 1rem;
    }

    .containercontact h3 {
        font-size: 1.5rem;
    }

    .contact-form fieldset {
        padding: 0.5rem;
    }

    .contact-form legend {
        font-size: 1rem;
    }

    .form-control {
        padding: 0.5rem;
        font-size: 0.875rem;
    }

    .btnsumit {
        padding: 0.5rem;
        font-size: 0.875rem;
    }
}



/*=================right side===================*/


/* Sticky Reservation Section */
#reserva {
    position: -webkit-sticky;
    position: sticky;
    background-color: var(--light);
    height: 100vh;
    flex: 1;
    margin-left: 0.5rem;
}

#reserva .btnreserve {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 0.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: block;
    margin: 1rem auto;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    font-family: 'Oswald', 'Poppins', sans-serif;
    font-size: 1rem;
}

#reserva .btnreserve:hover {
    color: var(--dark);
    background: var(--yellow);
}

#reserva .fa {
    margin-bottom: 0.3rem;
    font-size: 2rem;
    color: var(--dark);
}

/* Pricing Section */
.pricing-section {
    padding: 2rem;
    background-color: var(--light);
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.pricing-section .titulo {
    font-size: 1rem;
    color: var(--dark);
    font-family: 'Oswald', sans-serif;
}

.pricing-section .precio {
    font-size: 3.5rem;
    color: var(--dark);
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.pricing-section .precio i {
    margin-right: 0.5rem;
    color: var(--primary);
}

.pricing-section .precio-detalle {
    font-size: 0.8rem;
    color: var(--dark);
}

.bgDES {
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.bgDES img {
    width: 130px;
    height: 130px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--light);
    background-color: #fff;
}

.text-center h5 {
    font-size: 1.25rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.text-center .d {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-center .fondo {
    background-color: var(--secondary);
    border-radius: 50%;
    padding: 1.5rem;
}

.text-center .imgentripvisor {
    width: 60px;
    height: 60px;
}

.text-center p {
    font-size: 1rem;
    color: var(--dark);
}

.bgTRIPVISOR {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
    padding: 1rem;
}

.btnreservew {
    display: block;
    width: 200px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: var(--primary);
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 0.2rem;
    font-size: 0.8rem;
    font-family: 'Oswald', 'Poppins', sans-serif;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btnreservew:hover {
    background-color: var(--yellow);
    color:var(--dark);
}

@media (max-width: 1024px) {
    #reserva {
        height: auto;
        position: relative;
        top: 0;
    }

    .pricing-section {
        margin-bottom: 2rem;
    }

    .bgDES img {
        width: 100px;
        height: 100px;
        top: -50px;
    }

    .text-center h5 {
        font-size: 1rem;
    }

    .text-center p {
        font-size: 0.875rem;
    }

    .bgTRIPVISOR {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    #reserva {
        padding: 1rem;
        height: auto;
    }

    .pricing-section {
        padding: 1rem;
    }

    .pricing-section .titulo {
        font-size: 1rem;
    }

    .pricing-section .precio {
        font-size: 1.25rem;
    }

    .pricing-section .precio-detalle {
        font-size: 0.75rem;
    }

    .bgDES img {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .text-center h5 {
        font-size: 0.875rem;
    }

    .text-center p {
        font-size: 0.75rem;
    }

    .bgTRIPVISOR {
        margin-top: 1.5rem;
    }
}

@media (min-width: 1025px) {
    #reserva {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
        background-color: var(--light);
        padding: 0.5rem;
        height: 95vh;
    }

    .pricing-section {
        padding: 2rem;
        background-color: var(--light);
        border-radius: 0.5rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 5rem;
    }

    .bgDES {
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .bgTRIPVISOR {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .izquierdo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .derecho {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1444px) {
    .izquierdo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .derecho {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*seccion de notas importantes*/
.importantnotas {
    padding: 40px 20px;
    border-radius: 10px;
    margin: 20px 0;
}


.importantnotas h2 {
    font-size: 2.3rem;
    color:var(--primary);
    margin-bottom: 20px;
    list-style: none;
}

.listanotas li {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.listanotas0 {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
    list-style: none;
}
.listanotas0:hover {
    border: 1px solid var(--primary);
    box-shadow: 0 1px 4px rgba(78, 170, 3, 0.5);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.notash4 {
    font-size: 1.3rem;
    color:var(--primary);
    margin-bottom: 10px;
}

.notasparrafo {
    font-size: 1rem;
    color: #7f8c8d;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    background-color: var(--light);
    padding: 2rem 0;
}

.container-testimonials {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.testimonial {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    margin: 1rem;
    padding: 1rem;
    flex: 1 1 calc(33.333% - 2rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 450px;
    width: 360px;
    transition: transform 0.5s ease-in-out;
}

.testimonial:hover {
    transform: translateX(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 15px rgba(153, 204, 102, 0.5);
    border: 1px solid rgba(153, 204, 102, 0.5);
}

.testimonial-content {
    padding: 1rem;
}

.testimonial-titulo {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.testimonial-comment {
    font-size: 1rem;
    color: var(--dark);
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.testimonial-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
}

.testimonial-author h5 {
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary);
    margin: 0;
}

.testimonial-author p {
    font-size: 0.875rem;
    color: var(--dark);
    margin: 0;
}

.testimonial-icon {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.testimonials-section {
    position: relative;
}
/*funcion de los botones del testimonios*/
.carouseltestimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.carouselbtntestimonials {
    color: var(--dark);
    border: 1px solid var(--dark);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 1rem;
}

.carouselbtntestimonials:hover {
    background-color: var(--yellow);
    transform: scale(1.1);
}

.carouselbtntestimonials i {
    font-size: 1rem;
}
@media (max-width: 1200px) {
    .testimonial {
        flex: 1 1 100%;
        margin: 0.5rem 0;
    }

    .testimonial-content {
        padding: 0.5rem;
    }

    .testimonial-titulo {
        font-size: 1rem;
    }

    .testimonial-comment {
        font-size: 0.875rem;
    }

    .testimonial-author h5 {
        font-size: 0.875rem;
    }

    .testimonial-author p {
        font-size: 0.75rem;
    }

    .testimonial-icon {
        font-size: 1.5rem;
    }
}


/* Recognition and Payment Methods Section img */
.containerfot {
    padding: 2rem 0;
    background-color: var(--light);
}

.containerfot h3 {
    color: var(--primary);
    margin-bottom: 1rem;
    text-align: center;
}

.containerfot .content1, .containerfot .content2 {
    flex: 1;
    margin: 1rem;
    text-align: center;
}

.containerfot .content1 img, .containerfot .content2 img {
    max-width: 100%;
    height: auto;
    margin: 0.5rem;
}

.containerfot .row img {
    max-width: 100%;
    height: auto;
    margin: 0.5rem;
}

@media (max-width: 768px) {
    .containerfot {
        padding: 1rem;
    }

    .containerfot .content1, .containerfot .content2 {
        margin: 0.5rem 0;
    }

    .containerfot .row img {
        margin: 0.25rem;
    }
}

/*seccion porque elegirnos*/
.sobrecontect .sobretitulo {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    font-size: 2rem;
    color: var(--primary);
}

.contenidosg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgrepresentativa {
    flex: 1;
    margin-right: 1rem;
}

.imgrepresentativa img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

.imforma {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imforma h2 {
    font-size: 2rem;
    color: var(--primary);
}

.dat {
    display: flex;
    justify-content: space-between;
}

.campostxt {
    margin: 0;
}

.campostxt p {
    border-left: 3px solid var(--primary);
    padding-left: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
}

.info1, .info2 {
    flex: 1;
    margin-right: 2rem;
}

.lista .listadatoss .fa {
    color: var(--light);
    margin-right: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 0.5rem;
    padding: 0.3rem;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
}

@media (max-width: 1200px) {
    .contenidosg {
        flex-direction: column;
    }

    .imgrepresentativa {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .dat {
        flex-direction: column;
    }

    .info1, .info2 {
        margin-right: 0;
    }
}























/* Footer Styling */
.fondofooter{
    background-color:#0f0f0f;
    padding: 40px 20px;
    color: var(--light);
    text-align: center;
}

.container-footer .row {
    margin: 0 auto;
    max-width: 1200px;
}

.container-footer .col-lg-4,
.container-footer .col-md-6 {
    margin-bottom: 20px;
}

.container-footer h5 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.container-footer p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.container-footer .btn-social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
}

.container-footer .input-group {
    max-width: 400px;
    margin: 0 auto;
}

.container-footer .input-group input {
    border: none;
    padding: 10px;
    border-radius: 5px 0 0 5px;
}

.container-footer .input-group button {
    border: none;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}

.container-footer .mt-3 a {
    color: var(--light);
    text-decoration: none;
}

.container-footer .mt-3 a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .container-footer .col-lg-4,
    .container-footer .col-md-6 
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container-fluidfooter {
        display: none;
    }
}